home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Documents / NeXTAnswers / network.418 < prev    next >
Text File  |  1992-02-06  |  7KB  |  200 lines

  1. {\rtf0\ansi{\fonttbl\f0\fnil Times-Roman;\f3\fswiss Helvetica;\f2\fmodern Ohlfs;}
  2. \paperw13660
  3. \paperh13360
  4. \margl0
  5. \margr340
  6. {\colortbl\red0\green0\blue0;}
  7. \pard\tx720\tx6120\f0\b0\i0\ul0\fs28\li360 Q:    What is an Ethernet Address?\
  8. Q:    What is an IP Address?\
  9. Q:    General Questions about the Internet, TCP/IP?\
  10. Q:    What else can I read about the Internet?\
  11.  
  12. \f3\b\fs36 \
  13.  
  14. \qc     
  15. \pard\tx1152\tx2304\tx3456\tx4608\tx5760\tx6912\tx8064\tx9216\tx10368\tx11520\fc0 Introduction to Networking\
  16.  
  17. \pard\tx720\tx6120\qc\li360 on the NeXT Computer\
  18.  
  19. \ql \
  20.  
  21. \fs24 \
  22.  
  23. \pard\tx720\tx1440\tx2160\tx2860\fs32\li360 •    Ethernet Address
  24. \fs36 \
  25.  
  26. \b0\fs32 •    Six bytes (48 bits)\
  27.     •    Hardware address, unique for each machine\
  28.     •    Typical notation is hex, using colons (:) to separate bytes; e.g. 0:0:f:0:23:c0\
  29.     •    Typically, on the NeXT computer, eliminate leading zeros\
  30.     •  0:0:f:0:23:c0    OK\
  31. \
  32.  
  33. \pard\tx720\tx1440\li360 \
  34.  
  35. \b •    IP Address
  36. \fs36 \
  37.  
  38. \b0\fs32 •    IP = Internet Protocol\
  39. •    Four bytes\
  40. •    Software address, used by networking protocols\
  41.  
  42. \fi-360\li720 •    Typical notation is hex or decimal, using dots (.) to separate bytes (though sometimes not); e.g. (all these are the 
  43. \b same
  44. \b0  address!):\
  45.  
  46. \fi0\li360 \
  47.  
  48. \pard\tx720\tx1440\tx2160\f2\fs20\li360     •  193.18.2.147\
  49.     •  c1.12.2.93\
  50.     •  c1.12.02.93\
  51.     •  C1.12.02.93\
  52.     •  c1120293\
  53.     •  0xC1120293\
  54.  
  55. \f3\fs32 \
  56.  
  57. \pard\tx720\tx1440\li360 •    Three (well, four) classes of addresses\
  58. \
  59.  
  60. \pard\tx1080\tx2160\tx3960\tx5760\tx7200\f0\b\fs28\li360     Network    High-Order    Bits in    Bits in\
  61.     Class    Bits    Network Part    Host Part\
  62.  
  63. \b0     A    0    8    24\
  64.     B    10    16    16\
  65.     C    110    24    8\
  66.     D    1110               EXPERIMENTAL MULTICAST\
  67. \
  68.  
  69. \pard\tx720\tx1440\f3\fs32\li360 •    Ranges of network numbers:\
  70.  
  71. \b \
  72.  
  73. \pard\tx720\tx2160\tx3620\f0\li360     Class    Hex    Decimal\
  74.  
  75. \b0     A    01–7E    1–126\
  76.     B    80–BF    128–191\
  77.     C    C0–DF    192–223\
  78.     D    E0–FE    224–254\
  79.  
  80. \f3 \
  81.  
  82. \pard\tx720\tx1440\li360 •    Three special network numbers\
  83.  
  84. \pard\tx720\tx1440\tx2160\li360     •  7F, 127: Loopback address (127.1, 127.0.0.1)
  85. \pard\tx720\tx1440\li360 \
  86.     •  00, 0: Broadcast\
  87.     •  FF, 255: Broadcast\
  88. \
  89. \
  90.  
  91. \b •    Protocols\
  92. \
  93.  
  94. \b0 •    IP — Internet Protocol\
  95. •    Host-to-host addressing\
  96. •    Routing\
  97. •    Packet forwarding, fragmentation, reassembly\
  98. •    UDP — User Datagram Protocol\
  99. •    Unreliable (i.e., does not guarantee delivery)\
  100. •    Simple\
  101. •    Peer-to-peer addressing, optional checksums\
  102. •    TCP — Transmission Control Protocol\
  103. •    Reliable (i.e., in order, unduplicated)\
  104. •    Flow control\
  105. •    Out-of-band indication of urgent data\
  106. •    ICMP — Internet Control Message Protocol\
  107. •    XNS — Xerox Network Systems [not supported]\
  108.  
  109. \f0\fc0 \
  110.  
  111. \pard\tx720\tx6120\li360\fc0 The reader is referred to RFC1177, for additional questions and answers about the Internet.  The following text, taken from RFC1177, explains how to get RFCs and what they are.\
  112.  
  113. \pard\tx1152\tx2304\tx3456\tx4608\tx5760\tx6912\tx8064\tx9216\tx10368\tx10820\fc0 \
  114.  
  115. \pard\tx1152\tx2304\tx3456\tx4608\tx5760\tx6912\tx8064\tx9216\tx10368\tx11520\li360\fc0    What is an RFC?\
  116.  \
  117.       The Request for Comments documents (RFCs) are working notes of the\
  118.       Internet research and development community.  A document in this\
  119.       series may be on essentially any topic related to computer\
  120.       communication, and may be anything from a meeting report to the\
  121.       specification of a standard.  Submissions for Requests for\
  122.       Comments may be sent to the RFC Editor, Jon Postel\
  123.       (POSTEL@ISI.EDU).\
  124.  \
  125.       Most RFCs are the descriptions of network protocols or services,\
  126.       often giving detailed procedures and formats providing the\
  127.       information necessary for creating implementations.  Other RFCs\
  128.       report on the results of policy studies or summarize the work of\
  129.       technical committees or workshops.\
  130.  \
  131.       While RFCs are not refereed publications, they do receive\
  132.       technical review from either the task forces, individual technical\
  133.       experts, or the RFC Editor, as appropriate.  Currently, most\
  134.       standards are published as RFCs, but not all RFCs specify\
  135.       standards.\
  136.  \
  137.       Anyone can submit a document for publication as an RFC.\
  138.       Submissions must be made via electronic mail to the RFC Editor.\
  139.       RFCs are distributed online by being stored as public access\
  140.       files, and a short message is sent to the distribution list\
  141.       indicating the availability of the memo.  Requests to be added to\
  142.       this distribution list should be sent to RFC-REQUEST@NIC.DDN.MIL.\
  143.  \
  144.       The online files are copied by interested people and printed or\
  145.       displayed at their sites on their equipment.  (An RFC may also be\
  146.       returned via electronic mail in response to an electronic mail\
  147.       query.) This means that the format of the online files must meet\
  148.       the constraints of a wide variety of printing and display\
  149.       equipment.\
  150.  \
  151.       Once a document is assigned an RFC number and published, that RFC\
  152.       is never revised or re-issued with the same number.  There is\
  153.       never a question of having the most recent version of a particular\
  154.       RFC.  However, a protocol (such as File Transfer Protocol (FTP))\
  155.       may be improved and re-documented many times in several different\
  156.       RFCs.  It is important to verify that you have the most recent RFC\
  157.       on a particular protocol.  The "IAB Official Protocol Standards"\
  158.       [2] memo is the reference for determining the correct RFC to refer\
  159.       to for the current specification of each protocol.\
  160.  \
  161.    How do I obtain RFCs?\
  162.  \
  163.       RFCs can be obtained via FTP from NIC.DDN.MIL, with the pathname\
  164.       RFC:RFCnnnn.TXT or RFC:RFCnnnn.PS (where "nnnn" refers to the\
  165.       number of the RFC).  Login with FTP, username "anonymous" and\
  166.       password "guest".  The NIC also provides an automatic mail service\
  167.       for those sites which cannot use FTP.  Address the request to\
  168.       SERVICE@NIC.DDN.MIL and in the subject field of the message\
  169.       indicate the RFC number, as in "Subject: RFC nnnn" (or "Subject:\
  170.       RFC nnnn.PS" for PostScript RFCs).\
  171.  \
  172.       RFCs can also be obtained via FTP from NIS.NSF.NET.  Using FTP,\
  173.       login with username "anonymous" and password "guest"; then connect\
  174.       to the RFC directory ("cd RFC").  The file name is of the form\
  175.       RFCnnnn.TXT-1 (where "nnnn" refers to the number of the RFC).  The\
  176.       NIS also provides an automatic mail service for those sites which\
  177.       cannot use FTP.  Address the request to NIS-INFO@NIS.NSF.NET and\
  178.       leave the subject field of the message blank.  The first line of\
  179.       the text of the message must be "SEND RFCnnnn.TXT-1", where nnnn\
  180.       is replaced by the RFC number.\
  181.  \
  182.       Requests for special distribution should be addressed to either\
  183.       the author of the RFC in question, or to NIC@NIC.DDN.MIL.  Unless\
  184.       specifically noted otherwise on the RFC itself, all RFCs are for\
  185.       unlimited distribution.\
  186.  \
  187.    Which RFCs are Standards?\
  188.  \
  189.       See "IAB Official Protocol Standards" (currently, RFC 1140) [2].\
  190.  \
  191.  
  192. \
  193.  
  194. \pard\tx360\fs28\li360 QA418\
  195. \
  196. Valid for 1.0\
  197. Valid for 2.0\
  198. \
  199.  
  200.